home *** CD-ROM | disk | FTP | other *** search
Tempus Word Document | 1991-09-05 | 4.7 KB | 60 lines |
- T_WORD
- TIMES10.TWF
- TIMES10.TWF
- TIMES12.TWF
- F 1.00
- IDin A4
- # popMail
- #send and retrieve e-mail on ATARI-ST
- ommandline parameters of popMail:
- "popMail [to [file]]
- to the recipient of the message
- can be a alias from the mailrc.username file
- file file containing the message
- Take care to have no characters above ASCII 127 in
- the file. A line consisting of a single dot at the
- first coloumn cuts the message
- If no commandline parameters are given you enter the interactive mode of
- popMail. In interactive mode you can read, delete and copy messages from
- the server to a local file. If you provide commandline parameters, popMail
- terminates after sending the message.
- In any mode you are prompted for your username and password to login at
- the server.
- Interactive commands supported by popMail:
- ? [cmd] print help, cmd may be abbreviated
- HELP [cmd] same as '?'
- ALIAS name show the long version of 'name'
- CD [[d:]dir] change or show local directory/drive
- DEL msgs delete messages
- msgs is a list of message numbers
- EXIT finish work undoing all deletings of this session
- GET msgno file copy message to local file
- LIST get a list of all messages
- MAIL [to [file]] send a message
- 'to' is the recipient of the message and can be a alias
- from file mailrc.username. If the filename is omitted,
- you have to type in the message. To send the message
- after typing in press CTRL-Z or type a line with a
- gle dot in the first coloumn. To abort typing the
- ge without sending it press CTRL-C.
- MGET msgs file.nr copy multiple messages
- 'file' is a part of the filename, '.nr' will be appended
- 'msgs' is a list of message numbers
- QUIT finish work saving new maildropstate
- [RETR] msgno retrieve a message, the keyword RETR may be omitted
- RSET undelete all in this session deleted messages
- STAT show number of available messages
- A list of message numbers consists of commaseparated numbers.
- Numbers can also be a range 'from-to'
- 2,5 message 2 and message 5
- 2-5 all messages from 2 up to 5
- -5 all messages from first up to 5
- 2- all messages from 2 up to last
- - all messages
- Numbers and ranges have to be in ascending order.
- popMail searches for the mailrc.username file first in the active directory of the
- rent drive and second in the root directory of drive C.
- popMail expects the NETENV.ACC accessory and the LANCEDRV.PRG packet dri
- ver to be loaded and retrieves from NETENV the entries 'HOSTS', 'MAILHOST',
- IP', BUFFERS and TCP.
-